home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3llayga.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3LISTLAYERGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_LISTLAYERGADGET = 77;
-
-
-
-
-
-
-
- R3LLGA_FilterObject = 77501;
- function SetR3LLGA_FilterObject(value) {
- R3Set(this.r3obj, R3LLGA_FilterObject, value, R3TID_OBJECT, 0);
- }
-
- R3LLGA_FilterMethod = 77502;
- function SetR3LLGA_FilterMethod(value) {
- R3Set(this.r3obj, R3LLGA_FilterMethod, value, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Listlayergadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_LISTLAYERGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.SetFilterObject=SetR3LLGA_FilterObject;
- this.SetFilterMethod=SetR3LLGA_FilterMethod;
- }
-
- r3Listlayergadget.prototype=new r3Gadget;
- // r3llayga.h_H